Click or drag to resize

Header Constructor (String)

Initializes a new instance of the Header class from the specified string.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Header(
	string header
)

Parameters

header
Type: SystemString
A string represents header field.
See Also